home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr42 / sbwinfix.zip / FMRESET.TXT < prev    next >
Text File  |  1993-03-04  |  4KB  |  102 lines

  1. Buzzing noise problem
  2.  
  3. This file contains information to alleviate the buzzing noise generated
  4. by some Sound Blaster cards on some machines.  This is not a fix, this
  5. is merely a work-around.  
  6.  
  7. To determine if this work around will work for you, read this entire
  8. file and review the symptoms below.   
  9.  
  10. First, some definitions.  
  11.  
  12.     Random occurrences refer to occurrences that happen without
  13.     warning or pattern.
  14.  
  15.     Intermittent occurrences refer to occurrences that happen at a
  16.     certain point, such as launching Windows or turning on the
  17.     computer, but may not occur all the time.
  18.  
  19. If the buzzing noise occurs consistently at the same point, you will
  20. most likely benefit from this work-around. 
  21.  
  22. If the buzzing noise occurs intermittently, check the symptom checklist
  23. to be sure.
  24.  
  25. If the buzzing noise occurs at random, or if there are random playing of
  26. instruments, or random lock ups, you are encouraged to contact Technical
  27. Support.
  28.  
  29. Symptoms that qualify for this work around:
  30.  
  31.     Buzzing noise occurs when entering Windows.  (Primarily occurs
  32.     on Gateway 2000 local bus systems)
  33.  
  34.                    or
  35.  
  36.     Buzzing noise occurs when the computer is turned on and cold or
  37.     intermittently. (Usually occurs on Leading Edge computers, but
  38.     has manifested itself on other clones)
  39.  
  40.                    or
  41.  
  42.     Buzzing noise occurs when exiting Windows or playing any Midi
  43.     files.    (Has been known to occur on various clones).
  44.  
  45.                    and
  46.  
  47.     Running TEST-SBP will turn off the buzzing noise, and the
  48.     buzzing noise will not return until after the computer is
  49.     rebooted.
  50.  
  51.  
  52. The work-around
  53.  
  54. When you install the software for the Sound Blaster, the default
  55. location would be C:\SBPRO.  For the purpose of  this work-around, the
  56. term %SOUND% will be used to identify the directory where the Sound
  57. Blaster files are located.
  58.  
  59. When you boot up your system, the AUTOEXEC.BAT will have at least three
  60. statements that set up your Sound Blaster Card.  With the default
  61. installation, the statements would look something like this:
  62.  
  63.     SET SOUND=C:\SBPRO
  64.     SET BLASTER=A220 I7 D1 T4
  65.     C:\SBPRO\SBP-SET /M:12 /VOC:12 /CD:12 /FM:12
  66.  
  67. These statements may not be in any specific order, nor will they
  68. necessarily occur next to each other.  However, the SBP-SET instruction
  69. should occur last. 
  70.  
  71. What you need to do is edit your AUTOEXEC.BAT file, locate the SBP-SET
  72. instruction and add two more instructions after that line.  It is
  73. recommended that you move all the statements to the top of your
  74. AUTOEXEC.BAT file.  The two instructions are:
  75.  
  76.     %SOUND%\SBFMDRV
  77.     %SOUND%\SBFMDRV /U
  78.  
  79. The first instruction re-initializes the FM-Chip which will stop the
  80. noise.    It also loads the FM driver into memory, which is not necessary
  81. to keep the noise away.  Therefore, the second instruction, with the /U,
  82. is used to uninstall the driver and reclaim the memory.  If you move the
  83. Sound Blaster instructions to the top of your AUTOEXEC.BAT file, they
  84. should occur in this order:
  85.  
  86.     SET SOUND=C:\SBPRO
  87.     SET BLASTER=A220 I7 D1 T4
  88.     C:\SBPRO\SBP-SET /M:12 /VOC:12 /CD:12 /FM:12
  89.     %SOUND%\SBFMDRV
  90.     %SOUND%\SBFMDRV /U
  91.  
  92. For systems that manifest the buzzing noise at the point of powering up
  93. the system or using the CTL-ALT-DEL, the buzzing noise will continue
  94. until the AUTOEXEC.BAT file issues the work around.  Testing has shown
  95. that by pressing the RESET button to reboot your system does not cause
  96. the buzzing noise to return.
  97.  
  98. If the buzzing noise persists, or the work around stops working, please
  99. call Technical Support.
  100.  
  101.  
  102.